You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
DownSample Method
>
Vector.DownSample Method ([In] TMtxVec, int, int)
Dew Math for .NET
Example
Vector.DownSample Method ([In] TMtxVec, int, int)
var a,b:
Vector
; begin b.SetIt(False,[0,0,0,0,1,2,3,4,5,6]); a.DownSample(b,2);
// a = [0,0,1,3,5]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home